词语站>英语词典>quotation mark翻译和用法

quotation mark

英 [kwəʊˈteɪʃn mɑːk]

美 [kwoʊˈteɪʃn mɑːrk]

n.  引号

柯林斯词典

  • 引号
    Quotation marksare punctuation marks that are used in writing to show where speech or a quotation begins and ends. They are usually written or printed as“...”or, in Britain,'...'.

    英英释义

    noun

    • a punctuation mark used to attribute the enclosed text to someone else
        Synonym:quoteinverted comma

      双语例句

      • The superscript footnote marker comes last, after both the punctuation and the closing quotation mark.
        脚注标记的上标在最后,即标点符号和后引号之后。
      • Use of double quotation mark delimiters on Linux and UNIX-based systems is recommended.
        建议在基于Linux和UNIX的系统中使用双引号分隔符。
      • That function uses a regular expression to change a single quotation mark into backslashed single quotation mark.
        该函数使用一个正则表达式将一个单引号标记更改为带有反斜杠的单引号标记。
      • Quotation Mark(): You aren't very original. You tweet famous quotes a lot.
        引号:你缺乏原创性,总爱引用名人名言。
      • This explains why an unmatched single or double quotation mark causes a new prompt to appear.
        这解释了不匹配的单引号或双引号会导致出现新提示符的原因。
      • Instead, the extra single quotation mark causes the server to parse the inserted statement as a string.
        相反,多余的单引号会导致服务器将已插入语句作为字符串进行分析。
      • Conversely, the double quotation mark can be used if the value starts with a single quotation mark.
        相反,如果该值以单引号开始,也可以使用双引号。
      • The strings I've been creating using the single, double, or triple quotation mark syntax are still string objects.
        使用单引号、双引号和三引号语法创建的字符串仍然是字符串对象。
      • The single quotation mark in front of the null list is used to tell Scheme that you are using() as data and not as a part of your parse tree.
        空列表前面的单引号用来告诉Scheme您正在使用()作为数据,而不是用它作为解析树的一部分。
      • You can always spot a raw string because the starting quotation mark for the string is preceded by an r, which is short for raw.
        您始终可以认出原始字符串,因为该字符串的起始引号的前面有一个r字符,它是raw的缩写。